home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFOPTIONSCONNECTIONDLG / TFOPTIONSCONNECTIONDLG.txt
Text File  |  2004-05-31  |  6KB  |  280 lines

  1. object fOptionsConnectionDlg: TfOptionsConnectionDlg
  2.   Left = 304
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'fOptionsConnectionDlg'
  6.   ClientHeight = 423
  7.   ClientWidth = 480
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblMaxConnections: TLabel
  20.     Left = 24
  21.     Top = 76
  22.     Width = 89
  23.     Height = 13
  24.     Caption = 'lblMaxConnections'
  25.   end
  26.   object lblProxySettings: TLabel
  27.     Left = 24
  28.     Top = 154
  29.     Width = 91
  30.     Height = 13
  31.     Caption = 'lblProxySettings'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object lblProxyServer: TLabel
  40.     Left = 48
  41.     Top = 257
  42.     Width = 67
  43.     Height = 13
  44.     Caption = 'lblProxyServer'
  45.     Enabled = False
  46.   end
  47.   object lblProxyPort: TLabel
  48.     Left = 48
  49.     Top = 284
  50.     Width = 55
  51.     Height = 13
  52.     Caption = 'lblProxyPort'
  53.     Enabled = False
  54.   end
  55.   object lblProxyUser: TLabel
  56.     Left = 48
  57.     Top = 311
  58.     Width = 58
  59.     Height = 13
  60.     Caption = 'lblProxyUser'
  61.     Enabled = False
  62.   end
  63.   object lblProxyPwd: TLabel
  64.     Left = 48
  65.     Top = 338
  66.     Width = 57
  67.     Height = 13
  68.     Caption = 'lblProxyPwd'
  69.     Enabled = False
  70.   end
  71.   object lblConnection: TLabel
  72.     Left = 24
  73.     Top = 22
  74.     Width = 78
  75.     Height = 13
  76.     Caption = 'lblConnection'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object htmllMaxConnectionsNote: THTMLabel
  85.     Left = 24
  86.     Top = 103
  87.     Width = 440
  88.     Height = 19
  89.     AnchorHint = False
  90.     AutoSizing = True
  91.     AutoSizeType = asVertical
  92.     Ellipsis = False
  93.     HintShowFull = False
  94.     Hover = False
  95.     HoverColor = clNone
  96.     HoverFontColor = clNone
  97.     HTMLHint = False
  98.     HTMLText.Strings = (
  99.       '(set at runtime)')
  100.     ShadowColor = clGray
  101.     ShadowOffset = 2
  102.     URLColor = clBlue
  103.     VAlignment = tvaTop
  104.   end
  105.   object bvlBottom: TBevel
  106.     Left = 0
  107.     Top = 373
  108.     Width = 480
  109.     Height = 50
  110.     Align = alBottom
  111.     Shape = bsTopLine
  112.   end
  113.   object lblTimeout: TLabel
  114.     Left = 24
  115.     Top = 49
  116.     Width = 87
  117.     Height = 13
  118.     Caption = 'Timeout (seconds)'
  119.   end
  120.   object optProxyAutoDetect: TRadioButton
  121.     Left = 24
  122.     Top = 179
  123.     Width = 440
  124.     Height = 17
  125.     Caption = 'optProxyAutoDetect'
  126.     Checked = True
  127.     TabOrder = 4
  128.     TabStop = True
  129.     OnClick = optClick
  130.   end
  131.   object txtMaxConnections: TnbNumberEdit
  132.     Left = 144
  133.     Top = 73
  134.     Width = 41
  135.     Height = 21
  136.     MaxLength = 2
  137.     TabOrder = 2
  138.     Text = '1'
  139.     OnKeyPress = txtKeyPress
  140.   end
  141.   object updMaxConnections: TUpDown
  142.     Left = 185
  143.     Top = 73
  144.     Width = 16
  145.     Height = 21
  146.     Associate = txtMaxConnections
  147.     Min = 1
  148.     Max = 25
  149.     Position = 1
  150.     TabOrder = 3
  151.     OnClick = updClick
  152.   end
  153.   object txtProxyServer: TnbEdit
  154.     Left = 144
  155.     Top = 253
  156.     Width = 320
  157.     Height = 21
  158.     Color = clBtnFace
  159.     Enabled = False
  160.     Font.Charset = DEFAULT_CHARSET
  161.     Font.Color = clBtnText
  162.     Font.Height = -11
  163.     Font.Name = 'MS Sans Serif'
  164.     Font.Style = []
  165.     ParentFont = False
  166.     TabOrder = 7
  167.     OnChange = txtChange
  168.   end
  169.   object txtProxyPort: TnbNumberEdit
  170.     Left = 144
  171.     Top = 280
  172.     Width = 57
  173.     Height = 21
  174.     Color = clBtnFace
  175.     Enabled = False
  176.     Font.Charset = DEFAULT_CHARSET
  177.     Font.Color = clBtnText
  178.     Font.Height = -11
  179.     Font.Name = 'MS Sans Serif'
  180.     Font.Style = []
  181.     MaxLength = 6
  182.     ParentFont = False
  183.     TabOrder = 8
  184.     OnChange = txtChange
  185.   end
  186.   object txtProxyUser: TnbEdit
  187.     Left = 144
  188.     Top = 307
  189.     Width = 320
  190.     Height = 21
  191.     Color = clBtnFace
  192.     Enabled = False
  193.     Font.Charset = DEFAULT_CHARSET
  194.     Font.Color = clBtnText
  195.     Font.Height = -11
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     ParentFont = False
  199.     TabOrder = 9
  200.     OnChange = txtChange
  201.   end
  202.   object txtProxyPwd: TnbEdit
  203.     Left = 144
  204.     Top = 335
  205.     Width = 320
  206.     Height = 21
  207.     Color = clBtnFace
  208.     Enabled = False
  209.     Font.Charset = DEFAULT_CHARSET
  210.     Font.Color = clBtnText
  211.     Font.Height = -11
  212.     Font.Name = 'MS Sans Serif'
  213.     Font.Style = []
  214.     ParentFont = False
  215.     PasswordChar = '*'
  216.     TabOrder = 10
  217.     OnChange = txtChange
  218.   end
  219.   object optProxyNone: TRadioButton
  220.     Left = 24
  221.     Top = 202
  222.     Width = 440
  223.     Height = 17
  224.     Caption = 'optProxyNone'
  225.     TabOrder = 5
  226.     OnClick = optClick
  227.   end
  228.   object optProxyCustom: TRadioButton
  229.     Left = 24
  230.     Top = 226
  231.     Width = 440
  232.     Height = 17
  233.     Caption = 'optProxyCustom'
  234.     TabOrder = 6
  235.     OnClick = optClick
  236.   end
  237.   object btnOK: TButton
  238.     Left = 307
  239.     Top = 387
  240.     Width = 75
  241.     Height = 25
  242.     Caption = 'btnOK'
  243.     Default = True
  244.     TabOrder = 11
  245.     OnClick = btnOKClick
  246.   end
  247.   object btnCancel: TButton
  248.     Left = 391
  249.     Top = 387
  250.     Width = 75
  251.     Height = 25
  252.     Cancel = True
  253.     Caption = 'btnCancel'
  254.     ModalResult = 2
  255.     TabOrder = 12
  256.   end
  257.   object txtTimeout: TnbNumberEdit
  258.     Left = 144
  259.     Top = 46
  260.     Width = 41
  261.     Height = 21
  262.     MaxLength = 2
  263.     TabOrder = 0
  264.     Text = '1'
  265.     OnKeyPress = txtKeyPress
  266.   end
  267.   object updTimeout: TUpDown
  268.     Left = 185
  269.     Top = 46
  270.     Width = 16
  271.     Height = 21
  272.     Associate = txtTimeout
  273.     Min = 1
  274.     Max = 99
  275.     Position = 1
  276.     TabOrder = 1
  277.     OnClick = updClick
  278.   end
  279. end
  280.